home *** CD-ROM | disk | FTP | other *** search
/ Washington DC Interactive / Washington DC Interactive CD-ROM.iso / pc / Media / maps.dxr / 00004_ref.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  322 b   |  16 lines

  1. on mouseDown
  2.   set btn to the clickOn
  3.   puppetSprite(btn, 1)
  4.   puppetSound("click")
  5.   set the memberNum of sprite btn to 5
  6.   set the loc of sprite btn to point(482, 247)
  7.   updateStage()
  8.   repeat while the stillDown
  9.     updateStage()
  10.   end repeat
  11.   updateStage()
  12.   puppetSprite(btn, 0)
  13.   sound stop 2
  14.   go(1, "refmap")
  15. end
  16.